Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module unittest_local_copy :: Class _TextTestResult |
|
StreamWrapper
--+ |TestResult
--+ | _TextTestResult
Method Summary | |
---|---|
__init__(self,
stream,
errStream,
verbosity,
explain)
| |
Called when an error has occurred... | |
Called when a failure has occurred... | |
Called when a test has completed successfully... | |
beginTests(self)
| |
endTests(self)
| |
printErrorList(self,
flavour,
errors)
| |
printErrors(self)
| |
Called when the given test is about to be run... | |
Indicates that the tests should be aborted... | |
summarize(self)
| |
writeErrSep1(self)
| |
writeErrSep2(self)
| |
writeSep1(self)
| |
writeSep2(self)
| |
Inherited from TestResult | |
| |
Called when the given test has been run... | |
Tells whether or not this result was a success... | |
Inherited from StreamWrapper | |
| |
| |
| |
|
Class Variable Summary | |
---|---|
str |
_errorSep1 = '*'
|
str |
_errorSep2 = '-'
|
str |
_errorSep3 = ''
|
str |
_sep1 = '='
|
str |
_sep2 = '-'
|
int |
_separatorWidth = 70 |
Method Details |
---|
addError(self, test, err)Called when an error has occurred
|
addFailure(self, test, err)Called when a failure has occurred
|
addSuccess(self, test)Called when a test has completed successfully
|
startTest(self, test)Called when the given test is about to be run
|
stop(self)Indicates that the tests should be aborted
|
Class Variable Details |
---|
_errorSep1
|
_errorSep2
|
_errorSep3
|
_sep1
|
_sep2
|
_separatorWidth
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:20 2003 | http://epydoc.sf.net |